home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Full / Serif Page Plus 8 / data1.cab / Help / helpfile.chm / pp7-om-consts.js < prev    next >
Encoding:
JavaScript  |  2006-08-24  |  126 b   |  8 lines

  1. // Serif PagePlus 7 Constant Declarations
  2.  
  3. // General decs
  4. var TRUE        = 1;
  5. var FALSE        = 0;
  6. var ON            = 1;
  7. var OFF            = 0;
  8.